Undocumented functions of NTDLL

2OO1, 6 December


MEMORY_INFORMATION_CLASS
MEMORY_INFORMATION_CLASS

typedef enum _MEMORY_INFORMATION_CLASS {

MemoryBasicInformation } MEMORY_INFORMATION_CLASS, *PMEMORY_INFORMATION_CLASS;



Enumeration type MEMORY_INFORMATION_CLASS specify type of information returned in a call to NtQueryVirtualMemory function. Currently only one class is defined.



Requirements:
Library: ntdll.lib


See also:
MEMORY_BASIC_INFORMATION
NtQueryVirtualMemory